projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ef09f
)
combo box: Use standard padding
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2019 02:19:04 +0000
(22:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2019 02:19:21 +0000
(22:19 -0400)
gtk/gtkcombobox.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.h
b/gtk/gtkcombobox.h
index 978e46846dce2b4a11fffe914f99480d65446325..8a306b66fae5d9f37b08d64b37778469afe89da8 100644
(file)
--- a/
gtk/gtkcombobox.h
+++ b/
gtk/gtkcombobox.h
@@
-63,10
+63,7
@@
struct _GtkComboBoxClass
/*< private >*/
- /* Padding for future expansion */
- void (*_gtk_reserved1) (void);
- void (*_gtk_reserved2) (void);
- void (*_gtk_reserved3) (void);
+ gpointer padding[8];
};